home *** CD-ROM | disk | FTP | other *** search
/ Aminet 47 / Aminet 47 (2002)(GTI - Schatztruhe)[Feb 2002].iso / Aminet / misc / math / Algebor.readme < prev    next >
Text File  |  2001-12-29  |  648b  |  20 lines

  1. Short:    Show (a+b)^n util by zeeball (+asm source)
  2. Author:   Zbigniew Trzcionkowski (zeeball@interia.pl)
  3. Uploader: Zbigniew Trzcionkowski (zeeball@interia.pl)
  4. Version:  0.1 (20.12.2001)
  5. Type:     misc/math
  6. Requires: OS37+
  7. Name:     Algebor
  8.  
  9. STATUS:   Freeware
  10.  
  11. Calculates (a+b)^n from n=1 to n=28 trowing the results in CLI/Shell.
  12. I cannot bet if the results after n=6 are correct but everything
  13. seems to be good...
  14.  
  15. Tech stuff:
  16. To find coefficients uses technique called "triangle of Pascal".
  17. Whole proggy is coded in assembler in a quite complicated way,
  18. however source code is included so that everone can judge for
  19. himself how useless it is.
  20.